Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: [M3-6302] - MUIv5 Migration - Components > CircleProgress #9028

Merged
merged 5 commits into from
Apr 20, 2023

Conversation

hana-akamai
Copy link
Contributor

Description 📝

  • Migrate CircleProgress component from JSS to styled components (Emotion)
  • Use named export instead of default

How to test 🧪

  • Check places in the app where the CircleProgress component is used
  • Ensure that the CircleProgress story renders in Storybook

@cypress
Copy link

cypress bot commented Apr 18, 2023

1 flaky tests on run #3094 ↗︎

0 149 3 0 Flakiness 1

Details:

Merge branch 'develop' into M3-6302-circle-progress
Project: Cloud Manager E2E Commit: f30af9e41c
Status: Passed Duration: 14:37 💡
Started: Apr 20, 2023 3:51 PM Ended: Apr 20, 2023 4:05 PM
Flakiness  cypress/e2e/managed/managed-navigation.spec.ts • 1 flaky test

View Output Video

Test Artifacts
Managed navigation > allows access to Managed content when Managed is enabled Output Screenshots Video

This comment has been generated by cypress-bot as a result of this project's GitHub integration settings.

packages/manager/src/components/CircleProgress/index.ts Outdated Show resolved Hide resolved
Comment on lines 3 to +4

import CircleProgress from 'src/components/CircleProgress';
import { CircleProgress } from 'src/components/CircleProgress';
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unrelated to your work, but I've never been a fan of the spaces between imports

Suggested change
import CircleProgress from 'src/components/CircleProgress';
import { CircleProgress } from 'src/components/CircleProgress';
import { CircleProgress } from 'src/components/CircleProgress';

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not against it, we add spaces when destructuring objects too

@jaalah-akamai jaalah-akamai added the Approved Multiple approvals and ready to merge! label Apr 19, 2023
@hana-akamai hana-akamai requested a review from mjac0bs April 19, 2023 21:33
@hana-akamai hana-akamai merged commit 11692fa into linode:develop Apr 20, 2023
@hana-akamai hana-akamai deleted the M3-6302-circle-progress branch April 20, 2023 16:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Approved Multiple approvals and ready to merge! Ready for Review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants